Version

InformationContext<T,TColumnType> Class Members

The following tables list the members exposed by InformationContext<T,TColumnType>.

Public Constructors
 NameDescription
Public ConstructorInformationContext<T,TColumnType> ConstructorInitializes a new instance of the InformationContext class.  
Public Properties
 NameDescription
Public PropertyCaseSensitiveGets if case sensitivity should be used when generating the list. (Inherited from Infragistics.InformationContext)
Public PropertyComparerGets the Comparer that should be used for sorting. (Inherited from Infragistics.InformationContext)
Public PropertyDataTypeGets the Type of the data object being processed. (Inherited from Infragistics.InformationContext)
Public PropertyLambdaGets the System.Linq.Expressions.LambdaExpression which is used to generate the list. (Inherited from Infragistics.InformationContext)
Public PropertyPropertyNameGets the name of the property that will be processed for information. (Inherited from Infragistics.InformationContext)
Public PropertyPropertyTypeGets the Type of the objects provided by the property. (Inherited from Infragistics.InformationContext)
Public PropertySortAscendingGets if the generated list should be sorted. (Inherited from Infragistics.InformationContext)
Protected Properties
 NameDescription
Protected PropertyFromDateColumnGets if the unique list being build is for the Date Column. If so then we will use some ranging logic when building unique list since the Date column does not support time. (Inherited from Infragistics.InformationContext)
Public Methods
 NameDescription
Public MethodGetCompleteValuesListOverloaded. Overridden. Returns an System.Collections.IList of objects from this InformationContext.  
Public MethodGetDistinctValuesOverloaded. Overridden. Gets an System.Collections.IList of distinct values from the inputted System.Collections.IEnumerable.  
See Also